type net/http.ioFile (struct)

Method Implmentations

Close() error M : File.Close M : io.Closer.Close M : io.ReadCloser.Close M : io.ReadSeekCloser.Close M : io/fs.File.Close M : io/fs.ReadDirFile.Close
Read(b []byte) (int, error) M : File.Read M : io.ReadCloser.Read M : io.Reader.Read M : io.ReadSeekCloser.Read M : io.ReadSeeker.Read M : io/fs.File.Read M : io/fs.ReadDirFile.Read
ReadDir(count int) ([]fs.DirEntry, error) M : io/fs.ReadDirFile.ReadDir
Seek(offset int64, whence int) (int64, error) M : File.Seek M : io.ReadSeekCloser.Seek M : io.ReadSeeker.Seek M : io.Seeker.Seek
Stat() (fs.FileInfo, error) M : File.Stat M : io/fs.File.Stat M : io/fs.ReadDirFile.Stat